home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / photo.dxr / 00076.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  451 b   |  28 lines

  1. global img
  2.  
  3. on mouseEnter
  4.   if img = 1 then
  5.     cursor([121, 122])
  6.   end if
  7. end
  8.  
  9. on mouseLeave
  10.   cursor(-1)
  11. end
  12.  
  13. on mouseDown
  14. end
  15.  
  16. on mouseUp
  17.   if img = 1 then
  18.     aa = the memberNum of sprite 45
  19.     sprite(45).member = member(aa - 1, "pp")
  20.     bb = the memberNum of sprite 46
  21.     sprite(46).member = member(bb - 1, "pp")
  22.     if aa = 1 then
  23.       sprite(45).member = member(1, "pp")
  24.       sprite(46).member = member(121, "pp")
  25.     end if
  26.   end if
  27. end
  28.